getPermissionRevocationVerifierApp

@Nullable
open fun getPermissionRevocationVerifierApp(@NonNull packageManager: @NonNull PackageManager): @Nullable String(source)

Returns the package name of the one and only Verifier on the device that can support permission revocation. If none exist, this will return null. Likewise, if multiple Verifiers exist, this method will return the first Verifier's package name.